﻿

fieldset
{
    margin-bottom: 10px;
}
legend
{
    padding: 10px;
    color: Blue;
    font-weight: bold;
}
.divSeperatorH10
{
    height: 10px;
}
.divSeperatorH20
{
    height: 20px;
}
.divSeperatorH40
{
    height: 40px;
}
.divSeperatorW10
{
    width: 10px;
}

.divSeperatorW20
{
    width: 20px;
    
}

.divSeperatorW40 {
    width: 40px;
}

.divSeperatorW80 {
    width: 80px;
}

.divSeperatorW100 {
    width: 100px;
}
.divHidden
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break:break-all; 
}

.divDisappear
{
    display: none;
}
.PanelTitle
{
    background-color: #efefef;
}


.PanelContent
{
    /*   background-color: #f8f8f8;*/
}

.PanelYellow
{
    background-color: #FFFf00;
}


.PanelContentView
{
    border: solid 1px #efefef;
     font-size: 9pt;
}
.PanelGray
{
    color: #a3a3a3;
}

.PanelNote
{
    color: #a3a3a3;
    font-size: 8pt;
}

.PanelRed
{
    color:#ff0000;
 
}
